Nevron Open Vision Documentation
Nevron.Nov.Grid Namespace / NTextValueColumnFormat<TValueFormatter> Class
Members


In This Topic
    NTextValueColumnFormat<TValueFormatter> Class
    In This Topic
    Represents a column format that creates a text cell view, which contains a formatted string representation of the column value. The formatting is accomplished by a value formatter accessible from the ValueFormatter property. Serves as base class for numeric and date time column formats.
    Object Model
    NTextValueColumnFormat<TValueFormatter> Class
    Syntax
    Type Parameters
    TValueFormatter
    Inheritance Hierarchy

    System.Object
       Nevron.Nov.Dom.NNode
          Nevron.Nov.Dom.NDocumentNode
             Nevron.Nov.Dom.NElement
                Nevron.Nov.Grid.NColumnFormat
                   Nevron.Nov.Grid.NTextValueColumnFormat<TValueFormatter>
                      Nevron.Nov.Grid.NDateTimeColumnFormat
                      Nevron.Nov.Grid.NNumericColumnFormat
                      Nevron.Nov.Grid.NVariantColumnFormat

    Requirements

    Target Platforms: Windows 11, Windows 10, Windows 7, Windows Server 2019, Windows Server 2016, Windows Server 2012 R2, Windows Server 2012, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later)

    See Also